baseUri

abstract fun baseUri(): String

Returns a string that represents the <base> element's href attribute if one is present. If the currently loaded document does not have the <base> element, the method returns URL of the currently loaded document including "about:blank" when nothing is loaded.

Throws

when the document is closed